From 865e0e55eb6146d89e659727ecc9c08606154aeb Mon Sep 17 00:00:00 2001 From: Kalita Alexey Date: Fri, 20 Jan 2017 09:50:13 +0300 Subject: [PATCH] Fixed the test --- tests/build.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/build.rs b/tests/build.rs index 549ae35e8..ced65b219 100644 --- a/tests/build.rs +++ b/tests/build.rs @@ -1952,6 +1952,10 @@ fn example_as_dylib() { #[test] fn example_as_proc_macro() { + if !is_nightly() { + return; + } + let p = project("foo") .file("Cargo.toml", r#" [package] -- 2.30.2